Jupyter to access jupyter notebook on virtualbox guest through browser in windows host

28

- Generate config file : jupyter notebook --generate-config
- Edit file : sudo nano ~/.jupyter/jupyter_notebook_config.py
- Get the line : c.NotebookApp.ip="localhost"
- change the value : c.Notebook.ip="0.0.0.0" #for all IPs

Comments

Submit
0 Comments